home *** CD-ROM | disk | FTP | other *** search
- // EOTextAssociation.h
- // Enterprise Objects Framework
- // Copyright (c)1993, NeXT Computer, Inc. All rights reserved.
-
- #ifdef SHLIB
- #import "shlib.h"
- #endif
-
- #import "EOAssociation.h"
-
- @class Window;
-
- @interface EOTextAssociation: EOAssociation
- {
- id _lastValue;
- struct {
- int didChange:1; // has the text changed since the last AsscocDidEdit?
- int resigningResponder:1;
- } _flags;
- }
-
- @end
-